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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeLocation
IdLocation-EncounterLocationANCExample.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: Location EncounterLocationANCExample

identifier: http://moh.gov.et/fhir/hiv/identifier/location/ANC0001

name: ANC

type: ANC


Source1

{
  "resourceType": "Location",
  "id": "EncounterLocationANCExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/encounter-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://moh.gov.et/fhir/hiv/identifier/location",
      "value": "ANC0001"
    }
  ],
  "name": "ANC",
  "type": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "LP96947-4"
        }
      ],
      "text": "ANC"
    }
  ]
}