FHIR Frog AU Core Conformance Tests, published by FHIR Frog. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jgsuess/au-core-tests/ and changes regularly. See the Directory of published versions
: au-core-medicationrequest-medication - 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/au-core-medicationrequest-medication> a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "au-core-medicationrequest-medication"] ;
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 au-core-medicationrequest-medication</b></p><a name=\"au-core-medicationrequest-medication\"> </a><a name=\"hcau-core-medicationrequest-medication\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 23525011000036109}\">Simvastatin 40 mg tablet</span></p></div>"
] ;
fhir:Medication.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:23525011000036109 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "23525011000036109" ] ;
fhir:Coding.display [ fhir:value "Simvastatin 40 mg tablet" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Simvastatin 40 mg tablet" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Medication/au-core-medicationrequest-medication.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Medication/au-core-medicationrequest-medication.ttl> .