New Zealand Rheumatic Fever FHIR Implementation Guide
0.4.7 - draft

New Zealand Rheumatic Fever FHIR Implementation Guide - Local Development build (v0.4.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BenzathineMedication - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2024-08-07T08:31:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/Medication"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/Medication>     ] ) ;
    ( fhir:tag [
fhir:system [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rf-nz" ] ;
fhir:display [ fhir:v "rheumatic fever" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://nzmt.org.nz"^^xsd:anyURI ] ;
fhir:code [ fhir:v "43924201000116108" ] ;
fhir:display [ fhir:v "Bicillin LA 1.2 million units/2.3 mL (900 mg/2.3 mL) injection: suspension, 1 x 2.3 mL syringe" ]     ] )
  ] ; # 
  fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://nzmt.org.nz"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10134211000116105" ] ;
fhir:display [ fhir:v "benzathine penicillin (as benzathine benzylpenicillin tetrahydrate)" ]       ] )     ]
  ] ) . #