International Birth And Child Model Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fetal_records/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @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:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "usecase1-bundle"] ; # fhir:type [ fhir:v "collection"] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Patient/uc1-mother"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Patient/uc1-mother> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Patient/uc1-fetus"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Patient/uc1-fetus> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/RelatedPerson/uc1-mother-relatedperson"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/RelatedPerson/uc1-mother-relatedperson> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Practitioner/uc1-practitioner"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Practitioner/uc1-practitioner> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Condition/uc1-pregnancy"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Condition/uc1-pregnancy> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/uc1-gestation21"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Observation/uc1-gestation21> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/uc1-gestation37"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Observation/uc1-gestation37> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/uc1-estimatedfetalbodyweight"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Observation/uc1-estimatedfetalbodyweight> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Condition/uc1-399216004"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Condition/uc1-399216004> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/DiagnosticReport/uc1-ultrasoundreport"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/DiagnosticReport/uc1-ultrasoundreport> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Procedure/uc1-ultrasoundscan"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Procedure/uc1-ultrasoundscan> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/MedicationRequest/uc1-medicationrequest"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/MedicationRequest/uc1-medicationrequest> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Medication/uc1-medication"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Medication/uc1-medication> ) ] ) . # <http://www.example.org/fhir/Patient/uc1-mother> a fhir:Patient ; fhir:id [ fhir:v "uc1-mother"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_uc1-mother\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient uc1-mother</b></p><a name=\"uc1-mother\"> </a><a name=\"hcuc1-mother\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Also see: <a href=\"RelatedPerson-uc1-mother-relatedperson.html\">RelatedPerson: relationship = Mother</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://www.acme.com/identifiers/patient"^^xsd:anyURI ] ; fhir:value [ fhir:v "123456" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1990-03-06"^^xsd:date] ; # fhir:link ( [ fhir:other [ fhir:reference [ fhir:v "RelatedPerson/uc1-mother-relatedperson" ] ] ; fhir:type [ fhir:v "seealso" ] ] ) . # <http://www.example.org/fhir/Patient/uc1-fetus> a fhir:Patient ; fhir:id [ fhir:v "uc1-fetus"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/uv/ibcm/StructureDefinition/ibcm-fetal-record"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/ibcm/StructureDefinition/ibcm-fetal-record> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_uc1-fetus\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient uc1-fetus</b></p><a name=\"uc1-fetus\"> </a><a name=\"hcuc1-fetus\"> </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-ibcm-fetal-record.html\">IBCM Fetal Record Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Female, DoB Unknown ( Patient internal identifier)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"The fetal status of the subject when still in utero. This extension would not apply to Patients that have a birthDate.\"><a href=\"http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-fetalStatus.html\">Patient Fetal Status</a></td><td colspan=\"3\">potential-for-live-birth</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-fetalStatus"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "potential-for-live-birth" ] ] ) ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PI" ] ] ) ] ; fhir:system [ fhir:v "http://example.com/identifiers/fetus"^^xsd:anyURI ] ; fhir:value [ fhir:v "A" ] ] ) ; # fhir:gender [ fhir:v "female"] . # <http://www.example.org/fhir/RelatedPerson/uc1-mother-relatedperson> a fhir:RelatedPerson ; fhir:id [ fhir:v "uc1-mother-relatedperson"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RelatedPerson_uc1-mother-relatedperson\"> </a><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson uc1-mother-relatedperson</b></p><a name=\"uc1-mother-relatedperson\"> </a><a name=\"hcuc1-mother-relatedperson\"> </a><p><b>patient</b>: <a href=\"Patient-uc1-fetus.html\">Anonymous Patient Female, DoB Unknown ( Patient internal identifier)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">Mother</span></p></div>"^^rdf:XMLLiteral ] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/uc1-fetus" ] ] ; # fhir:relationship ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "MTH" ] ; fhir:display [ fhir:v "Mother" ] ] ) ] ) . # <http://www.example.org/fhir/Practitioner/uc1-practitioner> a fhir:Practitioner ; fhir:id [ fhir:v "uc1-practitioner"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_uc1-practitioner\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner uc1-practitioner</b></p><a name=\"uc1-practitioner\"> </a><a name=\"hcuc1-practitioner\"> </a><p><b>name</b>: Dr. Hunt</p></div>"^^rdf:XMLLiteral ] ; # fhir:name ( [ fhir:text [ fhir:v "Dr. Hunt" ] ] ) . # <http://www.example.org/fhir/Condition/uc1-pregnancy> a fhir:Condition ; fhir:id [ fhir:v "uc1-pregnancy"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_uc1-pregnancy\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition uc1-pregnancy</b></p><a name=\"uc1-pregnancy\"> </a><a name=\"hcuc1-pregnancy\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 364320009}\">Pregnancy observable (observable entity)</span></p><p><b>subject</b>: <a href=\"Patient-uc1-mother.html\">Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:code [ ( fhir:coding [ a sct:364320009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "364320009" ] ; fhir:display [ fhir:v "Pregnancy observable (observable entity)" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/uc1-mother" ] ] . # <http://www.example.org/fhir/Observation/uc1-gestation21> a fhir:Observation ; fhir:id [ fhir:v "uc1-gestation21"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_uc1-gestation21\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation uc1-gestation21</b></p><a name=\"uc1-gestation21\"> </a><a name=\"hcuc1-gestation21\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 57036006}\">Fetal gestational age (observable entity)</span></p><p><b>subject</b>: <a href=\"Patient-uc1-mother.html\">Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)</a></p><p><b>focus</b>: <a href=\"Condition-uc1-pregnancy.html\">Condition Pregnancy observable (observable entity)</a></p><p><b>effective</b>: 2024-03-22</p><p><b>performer</b>: <a href=\"Practitioner-uc1-practitioner.html\">Practitioner Dr. Hunt</a></p><p><b>value</b>: 21.43 wk<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codewk = 'wk')</span></p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a sct:57036006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "57036006" ] ; fhir:display [ fhir:v "Fetal gestational age (observable entity)" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/uc1-mother" ] ] ; # fhir:focus ( [ fhir:reference [ fhir:v "Condition/uc1-pregnancy" ] ] ) ; # fhir:effective [ a fhir:dateTime ; fhir:v "2024-03-22"^^xsd:date ] ; # fhir:performer ( [ fhir:reference [ fhir:v "Practitioner/uc1-practitioner" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v 21.43 ] ; fhir:unit [ fhir:v "wk" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "wk" ] ] . # <http://www.example.org/fhir/Observation/uc1-gestation37> a fhir:Observation ; fhir:id [ fhir:v "uc1-gestation37"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_uc1-gestation37\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation uc1-gestation37</b></p><a name=\"uc1-gestation37\"> </a><a name=\"hcuc1-gestation37\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 57036006}\">Fetal gestational age (observable entity)</span></p><p><b>subject</b>: <a href=\"Patient-uc1-mother.html\">Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)</a></p><p><b>focus</b>: <a href=\"Condition-uc1-pregnancy.html\">Condition Pregnancy observable (observable entity)</a></p><p><b>effective</b>: 2024-07-14</p><p><b>performer</b>: <a href=\"Practitioner-uc1-practitioner.html\">Practitioner Dr. Hunt</a></p><p><b>value</b>: 37.71 wk<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codewk = 'wk')</span></p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a sct:57036006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "57036006" ] ; fhir:display [ fhir:v "Fetal gestational age (observable entity)" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/uc1-mother" ] ] ; # fhir:focus ( [ fhir:reference [ fhir:v "Condition/uc1-pregnancy" ] ] ) ; # fhir:effective [ a fhir:dateTime ; fhir:v "2024-07-14"^^xsd:date ] ; # fhir:performer ( [ fhir:reference [ fhir:v "Practitioner/uc1-practitioner" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v 37.71 ] ; fhir:unit [ fhir:v "wk" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "wk" ] ] . # <http://www.example.org/fhir/Observation/uc1-estimatedfetalbodyweight> a fhir:Observation ; fhir:id [ fhir:v "uc1-estimatedfetalbodyweight"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_uc1-estimatedfetalbodyweight\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation uc1-estimatedfetalbodyweight</b></p><a name=\"uc1-estimatedfetalbodyweight\"> </a><a name=\"hcuc1-estimatedfetalbodyweight\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 89087-1}\">Fetal Body weight Estimated</span></p><p><b>subject</b>: <a href=\"Patient-uc1-fetus.html\">Anonymous Patient Female, DoB Unknown ( Patient internal identifier)</a></p><p><b>effective</b>: 2024-03-22</p><p><b>performer</b>: <a href=\"Practitioner-uc1-practitioner.html\">Practitioner Dr. Hunt</a></p><p><b>value</b>: 2960 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg = 'g')</span></p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a loinc:89087-1 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "89087-1" ] ; fhir:display [ fhir:v "Fetal Body weight Estimated" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/uc1-fetus" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2024-03-22"^^xsd:date ] ; # fhir:performer ( [ fhir:reference [ fhir:v "Practitioner/uc1-practitioner" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "2960"^^xsd:decimal ] ; fhir:unit [ fhir:v "g" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "g" ] ] . # <http://www.example.org/fhir/Condition/uc1-399216004> a fhir:Condition ; fhir:id [ fhir:v "uc1-399216004"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_uc1-399216004\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition uc1-399216004</b></p><a name=\"uc1-399216004\"> </a><a name=\"hcuc1-399216004\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}, {http://snomed.info/sct 414025005}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 399216004}\">D - transposition of the great vessels</span></p><p><b>subject</b>: <a href=\"Patient-uc1-fetus.html\">Anonymous Patient Female, DoB Unknown ( Patient internal identifier)</a></p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"DiagnosticReport-uc1-ultrasoundreport.html\">Diagnostic Report for 'Ultrasound scan for fetal growth (procedure)' for '->Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)'</a></td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "problem-list-item" ] ; fhir:display [ fhir:v "Problem List Item" ] ] [ a sct:414025005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "414025005" ] ; fhir:display [ fhir:v "Disorder of fetus and/or newborn (disorder)" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a sct:399216004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "399216004" ] ; fhir:display [ fhir:v "D - transposition of the great vessels" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/uc1-fetus" ] ] ; # fhir:evidence ( [ fhir:reference [ fhir:reference [ fhir:v "DiagnosticReport/uc1-ultrasoundreport" ] ] ] ) . # <http://www.example.org/fhir/DiagnosticReport/uc1-ultrasoundreport> a fhir:DiagnosticReport ; fhir:id [ fhir:v "uc1-ultrasoundreport"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DiagnosticReport_uc1-ultrasoundreport\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport uc1-ultrasoundreport</b></p><a name=\"uc1-ultrasoundreport\"> </a><a name=\"hcuc1-ultrasoundreport\"> </a><h2><span title=\"Codes:{http://snomed.info/sct 241493005}\">Ultrasound scan for fetal growth (procedure)</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-uc1-estimatedfetalbodyweight.html\"><span title=\"Codes:{http://loinc.org 89087-1}\">Fetal Body weight Estimated</span></a></td><td>2960 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg = 'g')</span></td><td>Final</td><td>2024-03-22</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ a sct:241493005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "241493005" ] ; fhir:display [ fhir:v "Ultrasound scan for fetal growth (procedure)" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/uc1-mother" ] ] ; # fhir:result ( [ fhir:reference [ fhir:v "Observation/uc1-estimatedfetalbodyweight" ] ] ) . # <http://www.example.org/fhir/Procedure/uc1-ultrasoundscan> a fhir:Procedure ; fhir:id [ fhir:v "uc1-ultrasoundscan"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_uc1-ultrasoundscan\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure uc1-ultrasoundscan</b></p><a name=\"uc1-ultrasoundscan\"> </a><a name=\"hcuc1-ultrasoundscan\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 241493005}\">Ultrasound scan for fetal growth (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-uc1-mother.html\">Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)</a></p><p><b>report</b>: <a href=\"DiagnosticReport-uc1-ultrasoundreport.html\">Diagnostic Report for 'Ultrasound scan for fetal growth (procedure)' for '->Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)'</a></p><p><b>supportingInfo</b>: <a href=\"Observation-uc1-gestation37.html\">Observation Fetal gestational age (observable entity)</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "completed"] ; # fhir:code [ ( fhir:coding [ a sct:241493005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "241493005" ] ; fhir:display [ fhir:v "Ultrasound scan for fetal growth (procedure)" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/uc1-mother" ] ] ; # fhir:report ( [ fhir:reference [ fhir:v "DiagnosticReport/uc1-ultrasoundreport" ] ] ) ; # fhir:supportingInfo ( [ fhir:reference [ fhir:v "Observation/uc1-gestation37" ] ] ) . # <http://www.example.org/fhir/MedicationRequest/uc1-medicationrequest> a fhir:MedicationRequest ; fhir:id [ fhir:v "uc1-medicationrequest"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_uc1-medicationrequest\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest uc1-medicationrequest</b></p><a name=\"uc1-medicationrequest\"> </a><a name=\"hcuc1-medicationrequest\"> </a><p><b>identifier</b>: <code>http://www.example.org/prescriptions</code>/12345689 (use: official, )</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location inpatient}\">Inpatient</span></p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-uc1-medication.html\">Medication Prostaglandin group E</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-uc1-fetus.html\">Anonymous Patient Female, DoB Unknown ( Patient internal identifier)</a></p><p><b>supportingInformation</b>: </p><ul><li><a href=\"Observation-uc1-estimatedfetalbodyweight.html\">Observation Fetal Body weight Estimated</a></li><li><a href=\"Observation-uc1-estimatedfetalbodyweight.html\">Observation Fetal Body weight Estimated</a></li></ul><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-uc1-399216004.html\">Condition D - transposition of the great vessels</a></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Administration just after birth following umbilical line placement</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: based on a dosing weight of 3kg</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 58100008}\">Intra-arterial route</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 386482009}\">Umbilical line tube care</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Rate[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>0.01 mg/kg/min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/kg/min = 'mg/kg/min')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "http://www.example.org/prescriptions"^^xsd:anyURI ] ; fhir:value [ fhir:v "12345689" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location"^^xsd:anyURI ] ; fhir:code [ fhir:v "inpatient" ] ; fhir:display [ fhir:v "Inpatient" ] ] ) ] ) ; # fhir:medication [ fhir:reference [ fhir:reference [ fhir:v "Medication/uc1-medication" ] ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/uc1-fetus" ] ] ; # fhir:supportingInformation ( [ fhir:reference [ fhir:v "Observation/uc1-estimatedfetalbodyweight" ] ] [ fhir:reference [ fhir:v "Observation/uc1-estimatedfetalbodyweight" ] ] ) ; # fhir:reason ( [ fhir:reference [ fhir:reference [ fhir:v "Condition/uc1-399216004" ] ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "Administration just after birth following umbilical line placement" ] ] ) ; # fhir:dosageInstruction ( [ fhir:text [ fhir:v "based on a dosing weight of 3kg" ] ; fhir:route [ ( fhir:coding [ a sct:58100008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "58100008" ] ; fhir:display [ fhir:v "Intra-arterial route" ] ] ) ] ; fhir:method [ ( fhir:coding [ a sct:386482009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "386482009" ] ; fhir:display [ fhir:v "Umbilical line tube care" ] ] ) ] ; ( fhir:doseAndRate [ fhir:rate [ a fhir:Quantity ; fhir:value [ fhir:v 0.01 ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg/kg/min" ] ] ] ) ] ) . # <http://www.example.org/fhir/Medication/uc1-medication> a fhir:Medication ; fhir:id [ fhir:v "uc1-medication"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_uc1-medication\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication uc1-medication</b></p><a name=\"uc1-medication\"> </a><a name=\"hcuc1-medication\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 418517007}\">Prostaglandin group E</span></p><p><b>status</b>: Active</p></div>"^^rdf:XMLLiteral ] ; # fhir:code [ ( fhir:coding [ a sct:418517007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "418517007" ] ; fhir:display [ fhir:v "Prostaglandin group E" ] ] ) ] ; # fhir:status [ fhir:v "active"] . #
IG © 2023+ HL7 International / Patient Care. Package hl7.fhir.uv.ibcm#1.0.0 based on FHIR 5.0.0. Generated 2025-08-29
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change