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

FHIR IG analytics

Packagequalitype.fhir.samples
Resource TypeObservation
IdObservation-observation-example-quantity.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": "observation-example-quantity",
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "practitioner-example",
      "name": [
        {
          "family": "Meier",
          "given": [
            "Hans"
          ]
        }
      ]
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "code": "PARAMETER-2",
        "system": "http://www.qualitype.de/samples/fhir/CodeSystem/observations",
        "display": "Parameter 2"
      }
    ]
  },
  "effectiveDateTime": "2023-07-01T12:00:00+00:00",
  "issued": "2023-07-01T12:00:00+00:00",
  "performer": [
    {
      "reference": "#practitioner-example"
    }
  ],
  "valueQuantity": {
    "value": 1,
    "code": "mg",
    "system": "http://www.qualitype.de/samples/fhir/CodeSystem/units",
    "unit": "Milligramm"
  },
  "specimen": {
    "reference": "Specimen/specimen-example",
    "identifier": {
      "system": "http://www.acme.com/fhir/NamingSystem/specimen-identifier",
      "value": "sample-extern-123"
    }
  }
}