This page is part of the IHE Pharmacy Medication Overview (v1.0.0-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: 01B-Cefuroxime1500GenericConcept - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Medication/01B-Cefuroxime1500GenericConcept> a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "01B-Cefuroxime1500GenericConcept"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/IHEMedication" ;
fhir:index 0 ;
fhir:link <https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/IHEMedication>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication 01B-Cefuroxime1500GenericConcept</b></p><a name=\"01B-Cefuroxime1500GenericConcept\"> </a><a name=\"hc01B-Cefuroxime1500GenericConcept\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IHEMedication.html\">Medicinal product</a></p></div><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1193769004}\">Cefuroxime (as cefuroxime sodium) 1.5 g powder for solution for injection vial</span></p></div>"
] ;
fhir:Medication.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:1193769004 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "1193769004" ] ;
fhir:Coding.display [ fhir:value "Cefuroxime (as cefuroxime sodium) 1.5 g powder for solution for injection vial" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Medication/01B-Cefuroxime1500GenericConcept.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Medication/01B-Cefuroxime1500GenericConcept.ttl> .