US Public Health Profiles Library
1.0.0-ballot - STU Ballot US

This page is part of the US Public Health Profiles Library (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: US Public Health Composition Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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:Composition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "us-ph-composition-example"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2022-07-22T07:20:04.668+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#c2UZnH7KyClv5nQp" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-composition";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-composition>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b></p><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\">Resource Composition \"us-ph-composition-example\" Version \"1\" Updated \"2022-07-22 07:20:04+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #c2UZnH7KyClv5nQp!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-composition.html\">US Public Health Composition</a></p></div><p><b>versionNumber</b>: 1</p><p><b>US Public Health Information Recipient Extension</b>: <a href=\"PractitionerRole-us-ph-practitionerrole-henry-seven.html\">PractitionerRole/us-ph-practitionerrole-henry-seven</a></p><p><b>US Public Health Initiation Reason Extension</b>: Suspicion of Zika</p><p><b>identifier</b>: id: c03eab8c-11e8-4d0c-ad2a-b385395e27db</p><p><b>status</b>: final</p><p><b>type</b>: Public Health Case Report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#55751-2)</span></p><p><b>encounter</b>: <a href=\"Encounter-us-ph-encounter-eve-everywoman-outpatient.html\">Encounter/us-ph-encounter-eve-everywoman-outpatient: Ambulatory Office Visit</a></p><p><b>date</b>: 2018-01-02 10:13:23+0000</p><p><b>author</b>: <a href=\"PractitionerRole-us-ph-practitionerrole-henry-seven.html\">PractitionerRole/us-ph-practitionerrole-henry-seven: Henry Seven, MD</a></p><p><b>title</b>: US Public Health Composition Example</p><p><b>custodian</b>: <a href=\"Organization-us-ph-organization-salem-medical-center.html\">Organization/us-ph-organization-salem-medical-center: Salem Medical Center</a> \"Salem Medical Center\"</p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber" ];
     fhir:Extension.valueString [ fhir:value "1" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-information-recipient-extension" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "PractitionerRole/us-ph-practitionerrole-henry-seven" ]     ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-initiation-reason-extension" ];
     fhir:Extension.valueString [ fhir:value "Suspicion of Zika" ]
  ];
  fhir:Composition.identifier [
     fhir:Identifier.value [ fhir:value "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ]
  ];
  fhir:Composition.status [ fhir:value "final"];
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:55751-2;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "55751-2" ];
       fhir:Coding.display [ fhir:value "Public Health Case Report" ]     ]
  ];
  fhir:Composition.subject [
     fhir:Reference.reference [ fhir:value "Patient/us-ph-patient-eve-everywoman" ];
     fhir:Reference.display [ fhir:value "Eve Everywoman" ]
  ];
  fhir:Composition.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/us-ph-encounter-eve-everywoman-outpatient" ];
     fhir:Reference.display [ fhir:value "Ambulatory Office Visit" ]
  ];
  fhir:Composition.date [ fhir:value "2018-01-02T22:13:23Z"^^xsd:dateTime];
  fhir:Composition.author [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "PractitionerRole/us-ph-practitionerrole-henry-seven" ];
     fhir:Reference.display [ fhir:value "Henry Seven, MD" ]
  ];
  fhir:Composition.title [ fhir:value "US Public Health Composition Example"];
  fhir:Composition.custodian [
     fhir:Reference.reference [ fhir:value "Organization/us-ph-organization-salem-medical-center" ];
     fhir:Reference.display [ fhir:value "Salem Medical Center" ]
  ];
  fhir:Composition.section [
     fhir:index 0;
     fhir:Composition.section.title [ fhir:value "History of Present Illness Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:10164-2;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "10164-2" ];
         fhir:Coding.display [ fhir:value "History of Present illness Narrative" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">History of Present Illness Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">History of Present illness Narrative</div> ( \n                                            <div title=\"code\">10164-2</div> ) \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\"> Persistent Cough REPORTED starting on 2018/03/05 \n                            <br/> Whooping Respiration not reported \n                            <br/> Paroxysms Of Coughing REPORTED starting on 2018/03/06 \n                            <br/> Post-tussive vomiting not reported \n                        </td>\n                    </tr>\n                </table>\n            </div>"     ]
  ], [
     fhir:index 1;
     fhir:Composition.section.title [ fhir:value "Reason for Visit Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:29299-5;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "29299-5" ];
         fhir:Coding.display [ fhir:value "Reason for visit Narrative" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Reason for Visit Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Reason for visit Narrative</div> ( \n                                            <div title=\"code\">29299-5</div> ) \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\">\n                            <p>Reason for Visit: Bad cough</p>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ]
  ], [
     fhir:index 2;
     fhir:Composition.section.title [ fhir:value "Chief Complaint" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:10154-3;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "10154-3" ];
         fhir:Coding.display [ fhir:value "Chief complaint Narrative - Reported" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Chief complaint Narrative - Reported</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Chief complaint Narrative - Reported</div> ( \n                                            <div title=\"code\">10154-3</div> ) \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\">\n                            <p>Chief Complaint: Bad cough</p>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.