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

FHIR IG analytics

Packagehl7.fhir.uv.cql
Resource TypeObservation
IdObservation-anc-b4-de1-example.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 anc-b4-de1-example

identifier: http://example.org/fhir/NamingSystem/identifiers/anc-b4-de1-example (use: official, )

status: Final

code: Pregnancy confirmed

subject: Alana Asdf (no stated gender), DoB: 1993-06-14

effective: 2013-04-02 10:30:10+0100 --> 2013-04-05 10:30:10+0100

issued: 2013-04-03 15:30:10+0100

value: true


Source1

{
  "resourceType": "Observation",
  "id": "anc-b4-de1-example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://example.org/fhir/NamingSystem/identifiers",
      "value": "anc-b4-de1-example"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cql/CodeSystem/example",
        "code": "ANC.B4.DE1",
        "display": "Pregnancy confirmed"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectivePeriod": {
    "start": "2013-04-02T10:30:10+01:00",
    "end": "2013-04-05T10:30:10+01:00"
  },
  "issued": "2013-04-03T15:30:10+01:00",
  "valueBoolean": true
}