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

FHIR IG analytics

Packagehl7.fhir.uv.ips.r4
Resource TypeSpecimen
IdSpecimen-specimen-example-1.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 specimen-example-1

type: Urine specimen

subject: Marie Lux-Brennard Female, DoB: 1998-04-17 ( urn:oid:1.3.182.4.4#1998041799999)

Collections

-Method
*Urine specimen collection, clean catch

Source1

{
  "resourceType": "Specimen",
  "id": "specimen-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Specimen-uv-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "122575003",
        "display": "Urine specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/66033"
  },
  "collection": {
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "73416001",
          "display": "Urine specimen collection, clean catch"
        }
      ]
    }
  }
}