The Clinical De-Identification model is designed to recognize and anonymize PHI in French-language clinical notes. It employs state-of-the-art natural language processing techniques to detect sensitive information such as patient names, addresses, medical record numbers, and other identifiers. Once identified, the PHI is effectively masked or obfuscated, rendering the text safe for broader use while maintaining its informational integrity.
IMPORTANT USAGE INFORMATION:
After subscribing to this product and creating a SageMaker endpoint, billing occurs on an HOURLY BASIS for as long as the endpoint is running.
-Charges apply even if the endpoint is idle and not actively processing requests.
-To stop charges, you MUST DELETE the endpoint in your SageMaker console.
-Simply stopping requests will NOT stop billing.
This ensures you are only billed for the time you actively use the service.
Highlights
Process up to 14M chars per hour in real-time and 25M chars per hour in batch mode.
**Key Features:**
- The model is tuned to identify wide range of PHI elements in medical texts, ensuring comprehensive de-identification.
- The process aligns with GDPR and other healthcare privacy regulations, aiding in legal compliance and data protection.
- Ideal for research, analytics, and training purposes, this model enables the safe utilization of medical texts without compromising patient privacy.
This model is a useful asset in the healthcare and research sectors, where the protection of patient privacy is paramount. It allows for the ethical and legal use of valuable medical data, promoting research and analysis while upholding the highest standards of data privacy and security.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
You pay by the hour for the compute instance that runs de-identification, so cost tracks how long the model runs. Pricing splits into two processing modes. Batch mode covers scheduled jobs on 2xlarge instances across several instance families. Real-time mode covers live requests on xlarge instances across similar families. Within each mode, you choose an instance family and size (general-purpose, compute-optimized, or memory-optimized) to match your workload. Larger or specialized instances handle heavier loads. There is no per-token or per-record fee; you are billed only for instance host hours used.
Top-of-mind questions for buyers
What do the batch and real-time processing modes each suit for billing purposes?
Batch mode meters instance-hours for scheduled jobs that process stored records in bulk on 2xlarge instances. Real-time mode meters instance-hours for live requests that de-identify text as it arrives on xlarge instances. Both bill only for the hours the instance runs. Choose batch for continuous large datasets, real-time for on-demand requests.
Am I billed when the inference instance is stopped or idle?
You pay per host hour only while the instance runs. Software charges stop when the instance is stopped or powered off. Underlying AWS storage or infrastructure fees may still apply separately, but the de-identification software meters running time alone. There is no per-token or per-record charge.
Does the price change based on how many records or documents I de-identify?
No. Cost tracks instance host hours, not record or token volume. Whether you process one note or many during a running hour, the hourly rate stays the same. Your bill scales with how long the instance runs and which instance size you select, not throughput count.
www.johnsnowlabs.com
Helpful?
Vendor refund policy
No refunds are possible.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Deploy the model on Amazon SageMaker AI using the following options:
Real-time inference
Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference .
Batch transform
Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI .
Version release notes
Upgraded to johnsnowlabs Libs - 6.4.0
Additional details
Inputs
Outputs
Usage instructions
Sample notebooks
Inputs
Summary
Input Format
JSON Format
Provide input as JSON. We support two variations within this format:
Array of Text Documents: Use an array containing multiple text documents. Each element represents a separate text document.
{
"text": [
"Text document 1",
"Text document 2",
...
]
}
2. Single Text Document: Provide a single text document as a string.
{
"text": "Single text document"
}
JSON Lines (JSONL) Format
Provide input in JSON Lines format, where each line is a JSON object representing a text document.
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.