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

FHIR IG analytics

Packagech.fhir.ig.ch-lab-report
Resource TypeSpecimen
IdSpecimen-Urin.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: Specimen Urin

type: Urine specimen (specimen)

subject: Katarina Keller

Containers

-Type
*Urine specimen container (physical object)

Source1

{
  "resourceType": "Specimen",
  "id": "Urin",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/laboratory/StructureDefinition/Specimen-eu-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "122575003",
        "display": "Urine specimen (specimen)"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:14fbf29b-5dac-483e-b543-15031f12344b",
    "display": "Katarina Keller"
  },
  "container": [
    {
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "706054001",
            "display": "Urine specimen container (physical object)"
          }
        ]
      }
    }
  ]
}