<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ObsRecommendationToRestExample001 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ObsRecommendationToRestExample001",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medicaia.ar/StructureDefinition/ObsRecommendationToRestMED"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObsRecommendationToRestExample001</b></p><a name=\"ObsRecommendationToRestExample001\"> </a><a name=\"hcObsRecommendationToRestExample001\"> </a><a name=\"ObsRecommendationToRestExample001-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 183051005}\">Advice to rest</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample001.html\">Encounter: extension = No display for Extension ; identifier = http://www.acme.com/identifiers/EJEMPLO#v2222; status = finished; class = ambulatory (Encounter Class#AMB); period = 2023-11-29 00:00:00+0000 --&gt; (ongoing); reasonCode = Acute bronchiolitis with obstruction</a></p><p><b>effective</b>: 2019-12-20</p><p><b>issued</b>: 2019-12-20 13:28:17+0200</p><p><b>performer</b>: <a href=\"Practitioner-PractitionerExample001.html\">Practitioner Dr. Rene Favaloro</a></p><p><b>value</b>: 2019-12-20 --&gt; 2019-12-25</p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "183051005",
        "display" : "Advice to rest"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample001"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EncounterExample001"
  },
  "effectiveDateTime" : "2019-12-20",
  "issued" : "2019-12-20T13:28:17.239+02:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/PractitionerExample001"
    }
  ],
  "valuePeriod" : {
    "start" : "2019-12-20",
    "end" : "2019-12-25"
  }
}