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

FHIR IG analytics

Packagefhir.r4.wales.discovery
Resource TypeSpecimen
IdExample-DataStandardsWales-Specimen-Urine.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

Urine

Source1

{
  "resourceType": "Specimen",
  "id": "Example-DataStandardsWales-Specimen-Urine",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.nhs.wales/Id/wrrs-episode-number",
      "value": "5000118191"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "https://fhir.nhs.wales/Id/wrrs-specimen-type-code",
        "code": "Urine",
        "display": "Urine"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
    "display": "JONES, Alice (NHS: 9912003444)"
  },
  "request": [
    {
      "reference": "ServiceRequest/Example-DataStandardsWales-ServiceRequest-PathologyOrder"
    }
  ],
  "collection": {
    "collectedDateTime": "2018-06-15T08:54:00+00:00"
  },
  "container": [
    {
      "description": "Plain Sterile Universal",
      "additiveCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.nhs.wales/Id/wrrs-specimen-container-additive",
            "code": "None"
          }
        ]
      }
    }
  ]
}