FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | Specimen |
| Id | Specimen-urine-catheter.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen urine-catheter
Profile: US Core Specimen Profile
accessionIdentifier: http://acme.com/labs/accession-ids/20220927-00125
type: Urine specimen
subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
| Collected[x] | Method |
| 2022-09-27 18:07:12+0000 | Urine specimen collection, catheterized (procedure) |
| Type |
| 100mL Sterile Polycup |
{
"resourceType": "Specimen",
"id": "urine-catheter",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Urine Specimen Catheterized Collection Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a *US Core Specimen Profile* illustrates a urine specimen obtained by catheterized collection."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"accessionIdentifier": {
"system": "http://acme.com/labs/accession-ids",
"value": "20220927-00125"
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "122575003",
"display": "Urine specimen"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0487",
"code": "UR",
"display": "Urine"
}
]
},
"subject": {
"reference": "Patient/example"
},
"collection": {
"collectedDateTime": "2022-09-27T18:07:12Z",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "70777001",
"display": "Urine specimen collection, catheterized (procedure)"
}
]
}
},
"container": [
{
"type": {
"text": "100mL Sterile Polycup"
}
}
]
}