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

FHIR IG analytics

Packagelogex.internal.fhir.profiles
Resource TypeObservation
Idmrdm-observation-example.json
FHIR VersionR3

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

>Geslacht

Source1

{
  "resourceType": "Observation",
  "id": "Obs-patient-geslacht-7c3f1f599f7386054f130467aa079a0d076527eb",
  "meta": {
    "profile": [
      "https://mrdm/fhir/StructureDefinition/mrdm-observation"
    ],
    "security": [
      {
        "code": "test-org"
      }
    ]
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://mrdm.nl/fhir/CodeSystem/dhfa-2021-patient-codesystem",
        "code": "500-1"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Pt-7c3f1f599f7386054f130467aa079a0d076527eb"
  },
  "context": {
    "reference": "EpisodeOfCare/7c3f1f599f7386054f130467aa079a0d076527eb"
  },
  "issued": "2022-03-30T09:54:39+02:00",
  "category": [
    {
      "coding": {
        "system": "http://mrdm.nl/survey/dhfa-2021",
        "code": "7c3f1f599f7386054f130467aa079a0d076527eb"
      }
    }
  ],
  "code": {
    "coding": {
      "system": "http://mrdm.nl/survey/dhfa-2021",
      "code": "geslacht"
    }
  },
  "status": "registered",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  }
}