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

FHIR IG analytics

Packagehl7.fhir.us.vrdr.r4b
Resource TypeObservation
IdObservation-PlaceOfInjury-Example1.json
FHIR VersionR4B

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 PlaceOfInjury-Example1

status: Final

code: Injury location

subject: NCHS generated

value: Home


Source1

{
  "resourceType": "Observation",
  "id": "PlaceOfInjury-Example1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-place-of-injury"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11376-1"
      }
    ]
  },
  "subject": {
    "display": "NCHS generated"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA14084-0",
        "display": "Home"
      }
    ]
  }
}