Electronic Case Reporting (eCR)
3.0.0-ballot - STU 3 Ballot United States of America flag

Electronic Case Reporting (eCR), published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: Encounter - Outpatient Visit for Eve Everywoman

Page standards status: Informative

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/Encounter/encounter-eicr-eve-everywoman-outpatient> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "encounter-eicr-eve-everywoman-outpatient"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-encounter" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-encounter>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-eicr-eve-everywoman-outpatient</b></p><a name=\"encounter-eicr-eve-everywoman-outpatient\"> </a><a name=\"hcencounter-eicr-eve-everywoman-outpatient\"> </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-eicr-encounter.html\">eICR Encounter</a></p></div><p><b>identifier</b>: <code>http://example.org/hospital.smarthealthit.org</code>/9937012</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>type</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 99202}\">Office Visit</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></td><td><a href=\"PractitionerRole-practitionerrole-henry-seven.html\">Henry Seven, MD</a></td></tr></table><p><b>period</b>: 2018-04-01 10:00:00-0500 --&gt; 2018-04-02 10:15:00-0500</p><blockquote><p><b>diagnosis</b></p><blockquote><p><b>eICR Trigger Code Flag Extension</b></p><ul><li>triggerCodeValueSet: urn:oid:2.16.840.1.114222.4.11.7508</li><li>triggerCodeValueSetVersion: 12/12/2018</li><li>triggerCode: <a href=\"http://snomed.info/id/3928002\">SNOMED CT: 3928002</a> (Zika virus disease (disorder))</li></ul></blockquote><p><b>condition</b>: <a href=\"Condition-condition-eicr-eve-everywoman-zika.html\">Condition Zika virus disease (disorder)</a></p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Condition-condition-eicr-eve-everywoman-common-cold.html\">Condition Common cold (disorder)</a></p></blockquote><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-location-ecr-salem-medical-center.html\">Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-organization-ecr-salem-medical-center.html\">Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999</a></p></div>"
  ] ;
  fhir:Encounter.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://example.org/hospital.smarthealthit.org" ] ;
     fhir:Identifier.value [ fhir:value "9937012" ]
  ] ;
  fhir:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "AMB" ] ;
     fhir:Coding.display [ fhir:value "ambulatory" ]
  ] ;
  fhir:Encounter.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://www.ama-assn.org/go/cpt" ] ;
       fhir:Coding.code [ fhir:value "99202" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Office Visit" ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/patient-ecr-eve-everywoman> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ] ;
     fhir:Reference.display [ fhir:value "Eve Everywoman" ]
  ] ;
  fhir:Encounter.participant [
     fhir:index -1 ;
     fhir:Encounter.participant.type [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
         fhir:Coding.code [ fhir:value "ATND" ] ;
         fhir:Coding.display [ fhir:value "attender" ]
       ]
     ] ;
     fhir:Encounter.participant.individual [
       fhir:link <http://hl7.org/fhir/PractitionerRole/practitionerrole-henry-seven> ;
       fhir:Reference.reference [ fhir:value "PractitionerRole/practitionerrole-henry-seven" ] ;
       fhir:Reference.display [ fhir:value "Henry Seven, MD" ]
     ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2018-04-01T10:00:00-05:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2018-04-02T10:15:00-05:00"^^xsd:dateTime ]
  ] ;
  fhir:Encounter.diagnosis [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "triggerCodeValueSet" ] ;
         fhir:Extension.valueString [ fhir:value "urn:oid:2.16.840.1.114222.4.11.7508" ]
       ], [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "triggerCodeValueSetVersion" ] ;
         fhir:Extension.valueString [ fhir:value "12/12/2018" ]
       ], [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "triggerCode" ] ;
         fhir:Extension.valueCoding [
           a sct:3928002 ;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
           fhir:Coding.code [ fhir:value "3928002" ] ;
           fhir:Coding.display [ fhir:value "Zika virus disease (disorder)" ]
         ]
       ] ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-trigger-code-flag-extension" ]
     ] ;
     fhir:Encounter.diagnosis.condition [
       fhir:link <http://hl7.org/fhir/Condition/condition-eicr-eve-everywoman-zika> ;
       fhir:Reference.reference [ fhir:value "Condition/condition-eicr-eve-everywoman-zika" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Encounter.diagnosis.condition [
       fhir:link <http://hl7.org/fhir/Condition/condition-eicr-eve-everywoman-common-cold> ;
       fhir:Reference.reference [ fhir:value "Condition/condition-eicr-eve-everywoman-common-cold" ]
     ]
  ] ;
  fhir:Encounter.location [
     fhir:index -1 ;
     fhir:Encounter.location.location [
       fhir:link <http://hl7.org/fhir/Location/location-ecr-salem-medical-center> ;
       fhir:Reference.reference [ fhir:value "Location/location-ecr-salem-medical-center" ] ;
       fhir:Reference.display [ fhir:value "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368" ]
     ]
  ] ;
  fhir:Encounter.serviceProvider [
     fhir:link <http://hl7.org/fhir/Organization/organization-ecr-salem-medical-center> ;
     fhir:Reference.reference [ fhir:value "Organization/organization-ecr-salem-medical-center" ] ;
     fhir:Reference.display [ fhir:value "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999" ]
  ] .

<http://hl7.org/fhir/Patient/patient-ecr-eve-everywoman> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/practitionerrole-henry-seven> a fhir:PractitionerRole .

<http://hl7.org/fhir/Condition/condition-eicr-eve-everywoman-zika> a fhir:Condition .

<http://hl7.org/fhir/Condition/condition-eicr-eve-everywoman-common-cold> a fhir:Condition .

<http://hl7.org/fhir/Location/location-ecr-salem-medical-center> a fhir:Location .

<http://hl7.org/fhir/Organization/organization-ecr-salem-medical-center> a fhir:Organization .

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

<http://hl7.org/fhir/Encounter/encounter-eicr-eve-everywoman-outpatient.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Encounter/encounter-eicr-eve-everywoman-outpatient.ttl> .