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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.molgen
Resource TypeObservation
IdObservation-mii-exa-molgen-phenotypic-feature-2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "mii-exa-molgen-phenotypic-feature-2",
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://human-phenotype-ontology.org",
        "code": "HP:0001518",
        "display": "Small for gestational age"
      }
    ]
  },
  "subject": {
    "reference": "Patient/mii-exa-molgen-patient-2"
  },
  "effectiveDateTime": "2022-03-13T09:30:00+01:00",
  "performer": [
    {
      "reference": "Practitioner/mii-exa-molgen-practitioner-physician"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA9633-4",
        "display": "Present"
      }
    ]
  }
}