FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.eu.fhir.idea4rc
Resource TypeObservation
IdObservation-observation-id-35.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation observation-id-35

status: Final

code: C reactive protein [Presence] in Serum or Plasma

subject: Anonymous Patient Male, DoB: 1968-01-01

value: Positive


Source1

{
  "resourceType": "Observation",
  "id": "observation-id-35",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/observation-testResult-eu-i4rc"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://fhir.ohdsi.org/CodeSystem/concepts",
        "code": "3000965",
        "display": "C reactive protein [Presence] in Serum or Plasma"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-id-17"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://fhir.ohdsi.org/CodeSystem/concepts",
        "code": "9191",
        "display": "Positive"
      }
    ]
  }
}