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

FHIR IG analytics

Packagezw.fhir.ig.lab
Resource TypeOrganization
IdOrganization-example-national-virology-lab.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: Organization example-national-virology-lab

identifier: http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-laboratories/ZWLPAR001

type: Laboratory

name: National Virology Laboratory


Source1

{
  "resourceType": "Organization",
  "id": "example-national-virology-lab",
  "meta": {
    "profile": [
      "http://mohcc.gov.zw/fhir/lab/StructureDefinition/zw-laboratory"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-laboratories",
      "value": "ZWLPAR001"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "other",
          "display": "Other"
        }
      ],
      "text": "Laboratory"
    }
  ],
  "name": "National Virology Laboratory"
}