HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: MedicationAzvudineTabletExample01 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MedicationAzvudineTabletExample01"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication MedicationAzvudineTabletExample01</b></p><a name=\"MedicationAzvudineTabletExample01\"> </a><a name=\"hcMedicationAzvudineTabletExample01\"> </a><a name=\"MedicationAzvudineTabletExample01-en-US\"> </a><p><b>identifier</b>: <code>https://www.nmpa.gov.cn/zwfw/zwfwzxfw/zxfwsjxz/20240109145510149</code>/86900190000630 (use: official, )</p><p><b>code</b>: <span title=\"Codes:\">阿兹夫定片</span></p><p><b>status</b>: Active</p><p><b>marketingAuthorizationHolder</b>: 河南真实生物科技有限公司</p><p><b>doseForm</b>: <span title=\"Codes:{http://snomed.info/sct 421026006}\">口服片剂</span></p><p><b>totalVolume</b>: 1 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></p><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td></tr><tr><td style=\"display: none\">*</td><td>国药准字H20210035</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://www.nmpa.gov.cn/zwfw/zwfwzxfw/zxfwsjxz/20240109145510149"^^xsd:anyURI ] ;
fhir:value [ fhir:v "86900190000630" ] ;
fhir:assigner [
fhir:display [ fhir:v "国家药品监督管理局" ] ]
] ) ; #
fhir:code [
fhir:text [ fhir:v "阿兹夫定片" ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:marketingAuthorizationHolder [
fhir:display [ fhir:v "河南真实生物科技有限公司" ]
] ; #
fhir:doseForm [
( fhir:coding [
a sct:421026006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "421026006" ] ;
fhir:display [ fhir:v "口服片剂" ] ] )
] ; #
fhir:totalVolume [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]
] ; #
fhir:batch [
fhir:lotNumber [ fhir:v "国药准字H20210035" ]
] . #